home *** CD-ROM | disk | FTP | other *** search
/ Risc World 3 / Risc World 3.iso / SOFTWARE / ISSUE6 / PD / THUMBCAT / !ThumbCat / !Run < prev    next >
Text File  |  2003-02-20  |  1KB  |  40 lines

  1. |
  2. | Thumbcat run file v2.0b
  3. |
  4. SET ThumbCat$Dir <Obey$Dir>
  5. ICONSPRITES <ThumbCat$Dir>.!Sprites
  6. |
  7. | set the country and ensure the dosmap entries exist
  8. |
  9. Run <ThumbCat$dir>.resources.setcountry
  10. |
  11. |
  12. | if we can run the dosmap types
  13. |
  14. If "<ImageFS$Dir>"<>"" THEN RUN <ImageFS$Dir>.MapTypes
  15.  
  16. | load non toolbox modules
  17. |
  18. RMENSURE COMPRESSJPEG 0.0 RMLOAD System:MODULES.JCompMod
  19. rmensure compressjpeg 0.0 error jcompmod module required
  20. RMEnsure DrawFile 0.01 RMLoad System:Modules.Drawfile
  21. RMEnsure DrawFile 0.01 error Drawfile Module required
  22. |
  23. | ensure the versions problem with toolbix modules is fixed
  24. | and then see if they have loaded
  25. |
  26. run <ThumbCat$Dir>.Resources.Fixtoolsc
  27. rmensure proginfo 0.0 RMLoad System:Modules.toolbox.proginfo
  28. rmensure proginfo 0.0 error Toolbox Module "Proginfo" required
  29. rmensure iconbar 0.0 RMLoad System:Modules.toolbox.iconbar
  30. rmensure iconbar 0.0 error Toolbox Module "iconbar" required
  31. rmensure proginfo 0.0 RMLoad System:Modules.toolbox.menu
  32. rmensure menu 0.0 error Toolbox Module "menu" required
  33. rmensure proginfo 0.0 RMLoad System:Modules.toolbox.window
  34. rmensure window 0.0 error Toolbox Module "window" required
  35. rmensure proginfo 0.0 RMLoad System:Modules.toolbox.toolbox
  36. rmensure toolbox 1.43 error Toolbox Module "toolbox" version 1.43 or higher required
  37. WIMPSLOT -MIN 2048K -MAX 2048K
  38. RUN <Thumbcat$Dir>.!Runimage
  39.  
  40.